net: Don't call board/cpu_eth_init() with driver model
authorSimon Glass <[email protected]>
Sun, 17 Jan 2016 21:51:56 +0000 (14:51 -0700)
committerJoe Hershberger <[email protected]>
Thu, 28 Jan 2016 18:32:45 +0000 (12:32 -0600)
commitc32a6fd07b1839e4a45729587ebc8e1c55601a4d
tree29b17ac2ae6aed2d2e1576e0f60767167304604d
parentdfa71e9fcbb142d3cf253054f83e4a4b4ea63f94
net: Don't call board/cpu_eth_init() with driver model

We should avoid weak functions with driver model. Existing boards that use
driver model don't need them, so let's kill them off.

Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
net/eth.c